home *** CD-ROM | disk | FTP | other *** search
/ MPEG Toolkit / MPEG Toolkit.iso / win / med-lib / mdctrl.z / MDCTRL.DFM / MDCTRL.txt < prev   
Encoding:
Text File  |  1995-08-11  |  39.9 KB  |  1,716 lines

  1. object Form1: TForm1
  2.   Left = 33
  3.   Top = 6
  4.   BorderStyle = bsSingle
  5.   Caption = 'MediaDynamics Inc. - Media Control Library'
  6.   ClientHeight = 453
  7.   ClientWidth = 632
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   TextHeight = 16
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 320
  19.     Width = 133
  20.     Height = 21
  21.   end
  22.   object lblFrameNo: TLabel
  23.     Left = 60
  24.     Top = 324
  25.     Width = 77
  26.     Height = 16
  27.     Alignment = taCenter
  28.     AutoSize = False
  29.     Caption = '0'
  30.   end
  31.   object Label1: TLabel
  32.     Left = 12
  33.     Top = 323
  34.     Width = 49
  35.     Height = 16
  36.     Alignment = taRightJustify
  37.     Caption = 'Frame:'
  38.   end
  39.   object Bevel2: TBevel
  40.     Left = 180
  41.     Top = 320
  42.     Width = 133
  43.     Height = 21
  44.   end
  45.   object lblStateValue: TLabel
  46.     Left = 232
  47.     Top = 324
  48.     Width = 77
  49.     Height = 16
  50.     Alignment = taCenter
  51.     AutoSize = False
  52.     Caption = 'Closed'
  53.   end
  54.   object lblState: TLabel
  55.     Left = 184
  56.     Top = 323
  57.     Width = 49
  58.     Height = 16
  59.     Alignment = taRightJustify
  60.     Caption = 'State:'
  61.   end
  62.   object Bevel9: TBevel
  63.     Left = 8
  64.     Top = 296
  65.     Width = 133
  66.     Height = 21
  67.   end
  68.   object lblLengthDisp: TLabel
  69.     Left = 60
  70.     Top = 300
  71.     Width = 77
  72.     Height = 16
  73.     Alignment = taCenter
  74.     AutoSize = False
  75.     Caption = '0'
  76.   end
  77.   object lblLength: TLabel
  78.     Left = 13
  79.     Top = 299
  80.     Width = 48
  81.     Height = 16
  82.     Alignment = taRightJustify
  83.     Caption = 'Length:'
  84.   end
  85.   object cmdOpen: TButton
  86.     Left = 8
  87.     Top = 392
  88.     Width = 73
  89.     Height = 25
  90.     Hint = 'mdOpen'
  91.     Caption = 'Open'
  92.     ParentShowHint = False
  93.     ShowHint = True
  94.     TabOrder = 0
  95.     OnClick = cmdOpenClick
  96.   end
  97.   object cmdPlay: TButton
  98.     Left = 168
  99.     Top = 392
  100.     Width = 73
  101.     Height = 25
  102.     Hint = 'mdPlay'
  103.     Caption = 'Play'
  104.     ParentShowHint = False
  105.     ShowHint = True
  106.     TabOrder = 1
  107.     OnClick = cmdPlayClick
  108.   end
  109.   object cmdClose: TButton
  110.     Left = 8
  111.     Top = 424
  112.     Width = 73
  113.     Height = 25
  114.     Hint = 'mdClose'
  115.     Caption = 'Close'
  116.     ParentShowHint = False
  117.     ShowHint = True
  118.     TabOrder = 2
  119.     OnClick = cmdCloseClick
  120.   end
  121.   object txtFileName: TEdit
  122.     Left = 8
  123.     Top = 344
  124.     Width = 265
  125.     Height = 25
  126.     TabOrder = 3
  127.     Text = 'FileName Here - Use Browse >>>>'
  128.   end
  129.   object cmdExit: TButton
  130.     Left = 552
  131.     Top = 424
  132.     Width = 73
  133.     Height = 25
  134.     Caption = 'Exit'
  135.     TabOrder = 4
  136.     OnClick = cmdExitClick
  137.   end
  138.   object cmdPause: TButton
  139.     Left = 168
  140.     Top = 424
  141.     Width = 73
  142.     Height = 25
  143.     Hint = 'mdPause'
  144.     Caption = 'Pause'
  145.     ParentShowHint = False
  146.     ShowHint = True
  147.     TabOrder = 5
  148.     OnClick = cmdPauseClick
  149.   end
  150.   object tabControls: TTabbedNotebook
  151.     Left = 344
  152.     Top = 4
  153.     Width = 285
  154.     Height = 381
  155.     Hint = 'Open Graphic File'
  156.     TabFont.Color = clBtnText
  157.     TabFont.Height = -11
  158.     TabFont.Name = 'MS Sans Serif'
  159.     TabFont.Style = []
  160.     ParentShowHint = False
  161.     ShowHint = True
  162.     TabOrder = 6
  163.     object TTabPage
  164.       Left = 5
  165.       Top = 45
  166.       Caption = 'Main'
  167.       object Label6: TLabel
  168.         Left = 12
  169.         Top = 228
  170.         Width = 141
  171.         Height = 17
  172.         AutoSize = False
  173.         Caption = 'MCISendString'
  174.       end
  175.       object txtFrame: TEdit
  176.         Left = 128
  177.         Top = 24
  178.         Width = 81
  179.         Height = 25
  180.         TabOrder = 0
  181.         Text = '0'
  182.       end
  183.       object cmdGoto: TButton
  184.         Left = 56
  185.         Top = 24
  186.         Width = 65
  187.         Height = 25
  188.         Hint = 'mdGotoFrame'
  189.         Caption = 'Goto'
  190.         TabOrder = 1
  191.         OnClick = cmdGotoClick
  192.       end
  193.       object cmdHide: TButton
  194.         Left = 56
  195.         Top = 64
  196.         Width = 73
  197.         Height = 25
  198.         Hint = 'mdHide'
  199.         Caption = 'Hide'
  200.         TabOrder = 2
  201.         OnClick = cmdHideClick
  202.       end
  203.       object cmdHideVid: TButton
  204.         Left = 56
  205.         Top = 96
  206.         Width = 73
  207.         Height = 25
  208.         Hint = 'mdHideVideo'
  209.         Caption = 'Hide Vid'
  210.         TabOrder = 3
  211.         OnClick = cmdHideVidClick
  212.       end
  213.       object cmdHideCtrl: TButton
  214.         Left = 56
  215.         Top = 128
  216.         Width = 73
  217.         Height = 25
  218.         Hint = 'mdHideCtrl'
  219.         Caption = 'Hide Ctrl'
  220.         TabOrder = 4
  221.         OnClick = cmdHideCtrlClick
  222.       end
  223.       object cmdShow: TButton
  224.         Left = 136
  225.         Top = 64
  226.         Width = 73
  227.         Height = 25
  228.         Hint = 'mdShow'
  229.         Caption = 'Show'
  230.         TabOrder = 5
  231.         OnClick = cmdShowClick
  232.       end
  233.       object cmdShowVid: TButton
  234.         Left = 136
  235.         Top = 96
  236.         Width = 73
  237.         Height = 25
  238.         Hint = 'mdShowVideo'
  239.         Caption = 'Show Vid'
  240.         TabOrder = 6
  241.         OnClick = cmdShowVidClick
  242.       end
  243.       object cmdShowCtrl: TButton
  244.         Left = 136
  245.         Top = 128
  246.         Width = 73
  247.         Height = 25
  248.         Hint = 'mdShowCtrl'
  249.         Caption = 'Show Ctrl'
  250.         TabOrder = 7
  251.         OnClick = cmdShowCtrlClick
  252.       end
  253.       object cmdBottom2: TButton
  254.         Left = 56
  255.         Top = 192
  256.         Width = 73
  257.         Height = 25
  258.         Hint = 'mdSetWinBottom'
  259.         Caption = 'Bottom'
  260.         TabOrder = 8
  261.         OnClick = cmdBottom2Click
  262.       end
  263.       object cmdTop: TButton
  264.         Left = 136
  265.         Top = 192
  266.         Width = 73
  267.         Height = 25
  268.         Hint = 'mdSetWinTop'
  269.         Caption = 'Top'
  270.         TabOrder = 9
  271.         OnClick = cmdTopClick
  272.       end
  273.       object chkShowBtmBtn: TCheckBox
  274.         Left = 88
  275.         Top = 164
  276.         Width = 113
  277.         Height = 17
  278.         Caption = 'Show Button'
  279.         TabOrder = 10
  280.         OnClick = chkShowBtmBtnClick
  281.       end
  282.       object txtSendString: TEdit
  283.         Left = 12
  284.         Top = 248
  285.         Width = 237
  286.         Height = 25
  287.         TabOrder = 11
  288.         OnKeyPress = txtSendStringKeyPress
  289.       end
  290.       object cmdSendString: TButton
  291.         Left = 12
  292.         Top = 280
  293.         Width = 73
  294.         Height = 25
  295.         Hint = 'mdMCISendString'
  296.         Caption = 'Send'
  297.         TabOrder = 12
  298.         OnClick = cmdSendStringClick
  299.       end
  300.       object pnlMCIReturn: TPanel
  301.         Left = 128
  302.         Top = 284
  303.         Width = 117
  304.         Height = 21
  305.         Caption = 'MCIReturn:'
  306.         TabOrder = 13
  307.       end
  308.     end
  309.     object TTabPage
  310.       Left = 5
  311.       Top = 45
  312.       Caption = 'Size/Position'
  313.       object lblVidCtrl: TLabel
  314.         Left = 4
  315.         Top = 36
  316.         Width = 89
  317.         Height = 16
  318.         Alignment = taRightJustify
  319.         AutoSize = False
  320.         Caption = 'Video/Control'
  321.       end
  322.       object lblVideo: TLabel
  323.         Left = 4
  324.         Top = 64
  325.         Width = 89
  326.         Height = 16
  327.         Alignment = taRightJustify
  328.         AutoSize = False
  329.         Caption = 'Video'
  330.       end
  331.       object lblCtrlBar: TLabel
  332.         Left = 4
  333.         Top = 92
  334.         Width = 89
  335.         Height = 16
  336.         Alignment = taRightJustify
  337.         AutoSize = False
  338.         Caption = 'Control Bar'
  339.       end
  340.       object lblX: TLabel
  341.         Left = 116
  342.         Top = 16
  343.         Width = 9
  344.         Height = 16
  345.         Caption = 'X'
  346.       end
  347.       object lblY: TLabel
  348.         Left = 152
  349.         Top = 16
  350.         Width = 10
  351.         Height = 16
  352.         Caption = 'Y'
  353.       end
  354.       object lblW: TLabel
  355.         Left = 204
  356.         Top = 16
  357.         Width = 14
  358.         Height = 16
  359.         Caption = 'W'
  360.       end
  361.       object lblH: TLabel
  362.         Left = 244
  363.         Top = 16
  364.         Width = 10
  365.         Height = 16
  366.         Caption = 'H'
  367.       end
  368.       object Bevel3: TBevel
  369.         Left = 8
  370.         Top = 152
  371.         Width = 61
  372.         Height = 2
  373.       end
  374.       object Bevel4: TBevel
  375.         Left = 72
  376.         Top = 152
  377.         Width = 61
  378.         Height = 2
  379.       end
  380.       object Bevel5: TBevel
  381.         Left = 8
  382.         Top = 135
  383.         Width = 125
  384.         Height = 2
  385.       end
  386.       object Label2: TLabel
  387.         Left = 60
  388.         Top = 119
  389.         Width = 21
  390.         Height = 16
  391.         Caption = 'Set'
  392.       end
  393.       object lblSetPos: TLabel
  394.         Left = 24
  395.         Top = 137
  396.         Width = 31
  397.         Height = 16
  398.         Caption = '(X,Y)'
  399.         Transparent = True
  400.       end
  401.       object lblSetSize: TLabel
  402.         Left = 84
  403.         Top = 137
  404.         Width = 36
  405.         Height = 16
  406.         Caption = '(W,H)'
  407.         Transparent = True
  408.       end
  409.       object Label3: TLabel
  410.         Left = 160
  411.         Top = 137
  412.         Width = 31
  413.         Height = 16
  414.         Caption = '(X,Y)'
  415.         Transparent = True
  416.       end
  417.       object Bevel6: TBevel
  418.         Left = 144
  419.         Top = 152
  420.         Width = 61
  421.         Height = 2
  422.       end
  423.       object Label4: TLabel
  424.         Left = 220
  425.         Top = 137
  426.         Width = 36
  427.         Height = 16
  428.         Caption = '(W,H)'
  429.         Transparent = True
  430.       end
  431.       object Bevel7: TBevel
  432.         Left = 208
  433.         Top = 152
  434.         Width = 61
  435.         Height = 2
  436.       end
  437.       object Bevel8: TBevel
  438.         Left = 144
  439.         Top = 135
  440.         Width = 125
  441.         Height = 2
  442.       end
  443.       object Label5: TLabel
  444.         Left = 196
  445.         Top = 119
  446.         Width = 22
  447.         Height = 16
  448.         Caption = 'Get'
  449.       end
  450.       object txtBX: TEdit
  451.         Left = 104
  452.         Top = 32
  453.         Width = 37
  454.         Height = 22
  455.         Hint = 'AV X Coordinate'
  456.         Font.Color = clBlack
  457.         Font.Height = -12
  458.         Font.Name = 'Courier New'
  459.         Font.Style = []
  460.         ParentFont = False
  461.         ParentShowHint = False
  462.         ShowHint = True
  463.         TabOrder = 0
  464.         Text = '10'
  465.       end
  466.       object txtBY: TEdit
  467.         Left = 144
  468.         Top = 32
  469.         Width = 37
  470.         Height = 22
  471.         Hint = 'AV Y Coordinate'
  472.         Font.Color = clBlack
  473.         Font.Height = -12
  474.         Font.Name = 'Courier New'
  475.         Font.Style = []
  476.         ParentFont = False
  477.         ParentShowHint = False
  478.         ShowHint = True
  479.         TabOrder = 1
  480.         Text = '10'
  481.       end
  482.       object txtVX: TEdit
  483.         Left = 104
  484.         Top = 60
  485.         Width = 37
  486.         Height = 22
  487.         Hint = 'Video X Coordinate'
  488.         Font.Color = clBlack
  489.         Font.Height = -12
  490.         Font.Name = 'Courier New'
  491.         Font.Style = []
  492.         ParentFont = False
  493.         ParentShowHint = False
  494.         ShowHint = True
  495.         TabOrder = 2
  496.         Text = '10'
  497.       end
  498.       object txtVY: TEdit
  499.         Left = 144
  500.         Top = 60
  501.         Width = 37
  502.         Height = 22
  503.         Hint = 'Video Y Coordinate'
  504.         Font.Color = clBlack
  505.         Font.Height = -12
  506.         Font.Name = 'Courier New'
  507.         Font.Style = []
  508.         ParentFont = False
  509.         ParentShowHint = False
  510.         ShowHint = True
  511.         TabOrder = 3
  512.         Text = '10'
  513.       end
  514.       object txtCX: TEdit
  515.         Left = 104
  516.         Top = 88
  517.         Width = 37
  518.         Height = 22
  519.         Hint = 'ControlBar X Coordinate'
  520.         Font.Color = clBlack
  521.         Font.Height = -12
  522.         Font.Name = 'Courier New'
  523.         Font.Style = []
  524.         ParentFont = False
  525.         ParentShowHint = False
  526.         ShowHint = True
  527.         TabOrder = 4
  528.         Text = '10'
  529.       end
  530.       object txtCY: TEdit
  531.         Left = 144
  532.         Top = 88
  533.         Width = 37
  534.         Height = 22
  535.         Hint = 'ControlBar Y Coordinate'
  536.         Font.Color = clBlack
  537.         Font.Height = -12
  538.         Font.Name = 'Courier New'
  539.         Font.Style = []
  540.         ParentFont = False
  541.         ParentShowHint = False
  542.         ShowHint = True
  543.         TabOrder = 5
  544.         Text = '10'
  545.       end
  546.       object txtBW: TEdit
  547.         Left = 192
  548.         Top = 32
  549.         Width = 37
  550.         Height = 22
  551.         Font.Color = clBlack
  552.         Font.Height = -12
  553.         Font.Name = 'Courier New'
  554.         Font.Style = []
  555.         ParentFont = False
  556.         TabOrder = 6
  557.         Text = '10'
  558.       end
  559.       object txtBH: TEdit
  560.         Left = 232
  561.         Top = 32
  562.         Width = 37
  563.         Height = 22
  564.         Font.Color = clBlack
  565.         Font.Height = -12
  566.         Font.Name = 'Courier New'
  567.         Font.Style = []
  568.         ParentFont = False
  569.         TabOrder = 7
  570.         Text = '0'
  571.       end
  572.       object txtVH: TEdit
  573.         Left = 232
  574.         Top = 60
  575.         Width = 37
  576.         Height = 22
  577.         Font.Color = clBlack
  578.         Font.Height = -12
  579.         Font.Name = 'Courier New'
  580.         Font.Style = []
  581.         ParentFont = False
  582.         TabOrder = 8
  583.         Text = '0'
  584.       end
  585.       object txtVW: TEdit
  586.         Left = 192
  587.         Top = 60
  588.         Width = 37
  589.         Height = 22
  590.         Font.Color = clBlack
  591.         Font.Height = -12
  592.         Font.Name = 'Courier New'
  593.         Font.Style = []
  594.         ParentFont = False
  595.         TabOrder = 9
  596.         Text = '10'
  597.       end
  598.       object txtCW: TEdit
  599.         Left = 192
  600.         Top = 88
  601.         Width = 37
  602.         Height = 22
  603.         Font.Color = clBlack
  604.         Font.Height = -12
  605.         Font.Name = 'Courier New'
  606.         Font.Style = []
  607.         ParentFont = False
  608.         TabOrder = 10
  609.         Text = '10'
  610.       end
  611.       object txtCH: TEdit
  612.         Left = 232
  613.         Top = 88
  614.         Width = 37
  615.         Height = 22
  616.         Font.Color = clBlack
  617.         Font.Height = -12
  618.         Font.Name = 'Courier New'
  619.         Font.Style = []
  620.         ParentFont = False
  621.         TabOrder = 11
  622.         Text = '0'
  623.       end
  624.       object cmdSetPosVC: TButton
  625.         Left = 8
  626.         Top = 160
  627.         Width = 61
  628.         Height = 25
  629.         Caption = 'Vid/Ctrl'
  630.         TabOrder = 12
  631.         OnClick = cmdSetPosVCClick
  632.       end
  633.       object cmdSetSizeVC: TButton
  634.         Left = 72
  635.         Top = 160
  636.         Width = 61
  637.         Height = 25
  638.         Caption = 'Vid/Ctrl'
  639.         TabOrder = 13
  640.         OnClick = cmdSetSizeVCClick
  641.       end
  642.       object cmdSetPosV: TButton
  643.         Left = 8
  644.         Top = 188
  645.         Width = 61
  646.         Height = 25
  647.         Caption = 'Video'
  648.         TabOrder = 14
  649.         OnClick = cmdSetPosVClick
  650.       end
  651.       object cmdSetSizeV: TButton
  652.         Left = 72
  653.         Top = 188
  654.         Width = 61
  655.         Height = 25
  656.         Caption = 'Video'
  657.         TabOrder = 15
  658.         OnClick = cmdSetSizeVClick
  659.       end
  660.       object cmdSetPosC: TButton
  661.         Left = 8
  662.         Top = 216
  663.         Width = 61
  664.         Height = 25
  665.         Caption = 'Ctrl Bar'
  666.         TabOrder = 16
  667.         OnClick = cmdSetPosCClick
  668.       end
  669.       object cmdSetSizeC: TButton
  670.         Left = 72
  671.         Top = 216
  672.         Width = 61
  673.         Height = 25
  674.         Caption = 'Ctrl Bar'
  675.         TabOrder = 17
  676.         OnClick = cmdSetSizeCClick
  677.       end
  678.       object cmdGetSizeC: TButton
  679.         Left = 208
  680.         Top = 216
  681.         Width = 61
  682.         Height = 25
  683.         Caption = 'Ctrl Bar'
  684.         TabOrder = 18
  685.         OnClick = cmdGetSizeCClick
  686.       end
  687.       object cmdGetPosC: TButton
  688.         Left = 144
  689.         Top = 216
  690.         Width = 61
  691.         Height = 25
  692.         Caption = 'Ctrl Bar'
  693.         TabOrder = 19
  694.         OnClick = cmdGetPosCClick
  695.       end
  696.       object cmdGetPosV: TButton
  697.         Left = 144
  698.         Top = 188
  699.         Width = 61
  700.         Height = 25
  701.         Caption = 'Video'
  702.         TabOrder = 20
  703.         OnClick = cmdGetPosVClick
  704.       end
  705.       object cmdGetSizeV: TButton
  706.         Left = 208
  707.         Top = 188
  708.         Width = 61
  709.         Height = 25
  710.         Caption = 'Video'
  711.         TabOrder = 21
  712.         OnClick = cmdGetSizeVClick
  713.       end
  714.       object cmdGetSizeVC: TButton
  715.         Left = 208
  716.         Top = 160
  717.         Width = 61
  718.         Height = 25
  719.         Caption = 'Vid/Ctrl'
  720.         TabOrder = 22
  721.         OnClick = cmdGetSizeVCClick
  722.       end
  723.       object cmdGetPosVC: TButton
  724.         Left = 144
  725.         Top = 160
  726.         Width = 61
  727.         Height = 25
  728.         Caption = 'Vid/Ctrl'
  729.         TabOrder = 23
  730.         OnClick = cmdGetPosVCClick
  731.       end
  732.     end
  733.     object TTabPage
  734.       Left = 5
  735.       Top = 45
  736.       Caption = 'Get'
  737.       object lblFrameRate: TLabel
  738.         Left = 98
  739.         Top = 20
  740.         Width = 29
  741.         Height = 16
  742.         Alignment = taCenter
  743.         AutoSize = False
  744.         Caption = '?'
  745.       end
  746.       object Bevel11: TBevel
  747.         Left = 96
  748.         Top = 16
  749.         Width = 33
  750.         Height = 25
  751.       end
  752.       object lblPlayedStatus: TLabel
  753.         Left = 234
  754.         Top = 20
  755.         Width = 29
  756.         Height = 16
  757.         Alignment = taCenter
  758.         AutoSize = False
  759.         Caption = '?'
  760.       end
  761.       object Bevel12: TBevel
  762.         Left = 232
  763.         Top = 16
  764.         Width = 33
  765.         Height = 25
  766.       end
  767.       object lblOpenFiles: TLabel
  768.         Left = 98
  769.         Top = 48
  770.         Width = 29
  771.         Height = 16
  772.         Alignment = taCenter
  773.         AutoSize = False
  774.         Caption = '?'
  775.       end
  776.       object Bevel13: TBevel
  777.         Left = 96
  778.         Top = 44
  779.         Width = 33
  780.         Height = 25
  781.       end
  782.       object lblFileType: TLabel
  783.         Left = 234
  784.         Top = 48
  785.         Width = 29
  786.         Height = 16
  787.         Alignment = taCenter
  788.         AutoSize = False
  789.         Caption = '?'
  790.       end
  791.       object Bevel14: TBevel
  792.         Left = 232
  793.         Top = 44
  794.         Width = 33
  795.         Height = 25
  796.       end
  797.       object cmdFrameRate: TButton
  798.         Left = 4
  799.         Top = 16
  800.         Width = 89
  801.         Height = 25
  802.         Caption = 'Frame Rate'
  803.         TabOrder = 0
  804.         OnClick = cmdFrameRateClick
  805.       end
  806.       object cmdPlayedStatus: TButton
  807.         Left = 140
  808.         Top = 16
  809.         Width = 89
  810.         Height = 25
  811.         Caption = 'Played'
  812.         TabOrder = 1
  813.         OnClick = cmdPlayedStatusClick
  814.       end
  815.       object cmdOpenFiles: TButton
  816.         Left = 4
  817.         Top = 44
  818.         Width = 89
  819.         Height = 25
  820.         Caption = 'Open Files'
  821.         TabOrder = 2
  822.         OnClick = cmdOpenFilesClick
  823.       end
  824.       object cmdFileType: TButton
  825.         Left = 140
  826.         Top = 44
  827.         Width = 89
  828.         Height = 25
  829.         Caption = 'File Type'
  830.         TabOrder = 3
  831.         OnClick = cmdFileTypeClick
  832.       end
  833.       object cmdWindowHandle: TButton
  834.         Left = 4
  835.         Top = 108
  836.         Width = 89
  837.         Height = 25
  838.         Caption = 'hWnd'
  839.         TabOrder = 4
  840.         OnClick = cmdWindowHandleClick
  841.       end
  842.       object pnlWindowHandle: TPanel
  843.         Left = 96
  844.         Top = 108
  845.         Width = 65
  846.         Height = 25
  847.         BevelOuter = bvLowered
  848.         Caption = '?'
  849.         TabOrder = 5
  850.         OnClick = pnlWindowHandleClick
  851.       end
  852.       object pnlDeviceID: TPanel
  853.         Left = 96
  854.         Top = 72
  855.         Width = 33
  856.         Height = 25
  857.         BevelOuter = bvLowered
  858.         Caption = '?'
  859.         TabOrder = 6
  860.       end
  861.       object cmdDeviceID: TButton
  862.         Left = 4
  863.         Top = 72
  864.         Width = 89
  865.         Height = 25
  866.         Caption = 'DeviceID'
  867.         TabOrder = 7
  868.         OnClick = cmdDeviceIDClick
  869.       end
  870.       object pnlClipFrame: TPanel
  871.         Left = 96
  872.         Top = 136
  873.         Width = 65
  874.         Height = 25
  875.         BevelOuter = bvLowered
  876.         Caption = '?'
  877.         TabOrder = 8
  878.       end
  879.       object cmdClipFrame: TButton
  880.         Left = 4
  881.         Top = 136
  882.         Width = 89
  883.         Height = 25
  884.         Caption = 'Clip Frame'
  885.         TabOrder = 9
  886.         OnClick = cmdClipFrameClick
  887.       end
  888.       object pnlClipLength: TPanel
  889.         Left = 96
  890.         Top = 164
  891.         Width = 65
  892.         Height = 25
  893.         BevelOuter = bvLowered
  894.         Caption = '?'
  895.         TabOrder = 10
  896.       end
  897.       object cmdClipLength: TButton
  898.         Left = 4
  899.         Top = 164
  900.         Width = 89
  901.         Height = 25
  902.         Caption = 'Clip Length'
  903.         TabOrder = 11
  904.         OnClick = cmdClipLengthClick
  905.       end
  906.       object pnlDisplayState: TPanel
  907.         Left = 232
  908.         Top = 72
  909.         Width = 33
  910.         Height = 25
  911.         Caption = '?'
  912.         TabOrder = 12
  913.       end
  914.       object cmdDisplayState: TButton
  915.         Left = 140
  916.         Top = 72
  917.         Width = 89
  918.         Height = 25
  919.         Caption = 'Disp State'
  920.         TabOrder = 13
  921.         OnClick = cmdDisplayStateClick
  922.       end
  923.     end
  924.     object TTabPage
  925.       Left = 5
  926.       Top = 45
  927.       Caption = 'Set'
  928.       object lblPlaybackSpeed: TLabel
  929.         Left = 36
  930.         Top = 280
  931.         Width = 89
  932.         Height = 16
  933.         AutoSize = False
  934.         Caption = 'Speed:  10'
  935.       end
  936.       object shpColor: TShape
  937.         Left = 132
  938.         Top = 12
  939.         Width = 33
  940.         Height = 53
  941.         Brush.Color = clBlack
  942.         OnMouseDown = shpColorMouseDown
  943.       end
  944.       object lblAreaClicked: TLabel
  945.         Left = 116
  946.         Top = 262
  947.         Width = 29
  948.         Height = 16
  949.         Alignment = taCenter
  950.         AutoSize = False
  951.         Caption = '0'
  952.       end
  953.       object Bevel10: TBevel
  954.         Left = 112
  955.         Top = 256
  956.         Width = 37
  957.         Height = 25
  958.       end
  959.       object lblAudLevel: TLabel
  960.         Left = 188
  961.         Top = 216
  962.         Width = 41
  963.         Height = 33
  964.         Caption = 'Audio Level'
  965.         WordWrap = True
  966.       end
  967.       object sclPlaybackSpeed: TScrollBar
  968.         Left = 12
  969.         Top = 300
  970.         Width = 137
  971.         Height = 17
  972.         LargeChange = 2
  973.         Max = 20
  974.         Position = 10
  975.         TabOrder = 0
  976.         OnChange = sclPlaybackSpeedChange
  977.       end
  978.       object txtRed: TEdit
  979.         Left = 8
  980.         Top = 12
  981.         Width = 37
  982.         Height = 25
  983.         MaxLength = 3
  984.         TabOrder = 1
  985.         Text = '0'
  986.         OnChange = txtRedChange
  987.       end
  988.       object txtGreen: TEdit
  989.         Left = 48
  990.         Top = 12
  991.         Width = 37
  992.         Height = 25
  993.         MaxLength = 3
  994.         TabOrder = 2
  995.         Text = '0'
  996.         OnChange = txtGreenChange
  997.       end
  998.       object txtBlue: TEdit
  999.         Left = 88
  1000.         Top = 12
  1001.         Width = 37
  1002.         Height = 25
  1003.         MaxLength = 3
  1004.         TabOrder = 3
  1005.         Text = '0'
  1006.         OnChange = txtBlueChange
  1007.       end
  1008.       object cmdColor: TButton
  1009.         Left = 8
  1010.         Top = 40
  1011.         Width = 117
  1012.         Height = 25
  1013.         Hint = 'mdSetKeyColor'
  1014.         Caption = 'Set Key Color'
  1015.         ParentShowHint = False
  1016.         ShowHint = True
  1017.         TabOrder = 4
  1018.         OnClick = cmdColorClick
  1019.       end
  1020.       object chkVideoPalette: TCheckBox
  1021.         Left = 20
  1022.         Top = 220
  1023.         Width = 137
  1024.         Height = 17
  1025.         Caption = 'Use Video Palette'
  1026.         TabOrder = 5
  1027.         OnClick = chkVideoPaletteClick
  1028.       end
  1029.       object txtOffsetX: TEdit
  1030.         Left = 176
  1031.         Top = 12
  1032.         Width = 37
  1033.         Height = 25
  1034.         ParentShowHint = False
  1035.         ShowHint = False
  1036.         TabOrder = 6
  1037.         Text = '0'
  1038.         OnChange = txtOffsetXChange
  1039.       end
  1040.       object txtOffsetY: TEdit
  1041.         Left = 216
  1042.         Top = 12
  1043.         Width = 37
  1044.         Height = 25
  1045.         TabOrder = 7
  1046.         Text = '0'
  1047.         OnChange = txtOffsetYChange
  1048.       end
  1049.       object cmdSetOffset: TButton
  1050.         Left = 176
  1051.         Top = 40
  1052.         Width = 77
  1053.         Height = 25
  1054.         Hint = 'mdSetVideoOffset'
  1055.         Caption = 'Set Offset'
  1056.         ParentShowHint = False
  1057.         ShowHint = True
  1058.         TabOrder = 8
  1059.         OnClick = cmdSetOffsetClick
  1060.       end
  1061.       object txtFrameBeg: TEdit
  1062.         Left = 12
  1063.         Top = 140
  1064.         Width = 61
  1065.         Height = 25
  1066.         ParentShowHint = False
  1067.         ShowHint = False
  1068.         TabOrder = 9
  1069.         Text = '0'
  1070.         OnChange = txtOffsetXChange
  1071.       end
  1072.       object txtFrameEnd: TEdit
  1073.         Left = 76
  1074.         Top = 140
  1075.         Width = 61
  1076.         Height = 25
  1077.         TabOrder = 10
  1078.         Text = '0'
  1079.         OnChange = txtOffsetYChange
  1080.       end
  1081.       object cmdSetClip: TButton
  1082.         Left = 12
  1083.         Top = 168
  1084.         Width = 125
  1085.         Height = 25
  1086.         Caption = 'Set Clip'
  1087.         TabOrder = 11
  1088.         OnClick = cmdSetClipClick
  1089.       end
  1090.       object optMoveable: TRadioButton
  1091.         Left = 20
  1092.         Top = 240
  1093.         Width = 89
  1094.         Height = 17
  1095.         Caption = 'Moveable'
  1096.         TabOrder = 12
  1097.         OnClick = optMoveableClick
  1098.       end
  1099.       object optInteractive: TRadioButton
  1100.         Left = 20
  1101.         Top = 260
  1102.         Width = 89
  1103.         Height = 17
  1104.         Caption = 'Interactive'
  1105.         TabOrder = 13
  1106.         OnClick = optInteractiveClick
  1107.       end
  1108.       object spnType: TSpinEdit
  1109.         Left = 204
  1110.         Top = 72
  1111.         Width = 33
  1112.         Height = 26
  1113.         EditorEnabled = False
  1114.         MaxLength = 1
  1115.         MaxValue = 5
  1116.         MinValue = 0
  1117.         TabOrder = 14
  1118.         Value = 0
  1119.       end
  1120.       object cmdSetClipRegion: TButton
  1121.         Left = 44
  1122.         Top = 102
  1123.         Width = 193
  1124.         Height = 25
  1125.         Caption = 'Set Video Clip Region'
  1126.         TabOrder = 15
  1127.         OnClick = cmdSetClipRegionClick
  1128.       end
  1129.       object txtClipX: TEdit
  1130.         Left = 44
  1131.         Top = 72
  1132.         Width = 37
  1133.         Height = 26
  1134.         TabOrder = 16
  1135.         Text = '0'
  1136.       end
  1137.       object txtClipY: TEdit
  1138.         Left = 84
  1139.         Top = 72
  1140.         Width = 37
  1141.         Height = 26
  1142.         TabOrder = 17
  1143.         Text = '0'
  1144.       end
  1145.       object txtClipWidth: TEdit
  1146.         Left = 124
  1147.         Top = 72
  1148.         Width = 37
  1149.         Height = 26
  1150.         TabOrder = 18
  1151.         Text = '0'
  1152.       end
  1153.       object txtClipHeight: TEdit
  1154.         Left = 164
  1155.         Top = 72
  1156.         Width = 37
  1157.         Height = 26
  1158.         TabOrder = 19
  1159.         Text = '0'
  1160.       end
  1161.       object cmdMute: TButton
  1162.         Left = 184
  1163.         Top = 252
  1164.         Width = 49
  1165.         Height = 25
  1166.         Caption = 'Mute'
  1167.         TabOrder = 20
  1168.         OnClick = cmdMuteClick
  1169.       end
  1170.       object scrAudioLevel: TScrollBar
  1171.         Left = 236
  1172.         Top = 212
  1173.         Width = 17
  1174.         Height = 97
  1175.         Kind = sbVertical
  1176.         TabOrder = 21
  1177.         OnChange = scrAudioLevelChange
  1178.       end
  1179.     end
  1180.     object TTabPage
  1181.       Left = 5
  1182.       Top = 45
  1183.       Caption = 'Graphics'
  1184.       object Label9: TLabel
  1185.         Left = 8
  1186.         Top = 8
  1187.         Width = 64
  1188.         Height = 16
  1189.         Caption = 'Filename:'
  1190.       end
  1191.       object cmdBrowse: TButton
  1192.         Left = 92
  1193.         Top = 56
  1194.         Width = 73
  1195.         Height = 25
  1196.         Hint = 'Locate Graphic'
  1197.         Caption = 'Browse'
  1198.         ParentShowHint = False
  1199.         ShowHint = True
  1200.         TabOrder = 0
  1201.         OnClick = cmdBrowseClick
  1202.       end
  1203.       object txtGraphicFileName: TEdit
  1204.         Left = 8
  1205.         Top = 24
  1206.         Width = 253
  1207.         Height = 25
  1208.         TabOrder = 1
  1209.       end
  1210.       object cmdOpenGraphic: TButton
  1211.         Left = 20
  1212.         Top = 92
  1213.         Width = 105
  1214.         Height = 25
  1215.         Hint = 'mdOpenGraphic'
  1216.         Caption = 'Open Graphic'
  1217.         ParentShowHint = False
  1218.         ShowHint = True
  1219.         TabOrder = 2
  1220.         OnClick = cmdOpenGraphicClick
  1221.       end
  1222.       object cmdOpenKeep: TButton
  1223.         Left = 136
  1224.         Top = 92
  1225.         Width = 105
  1226.         Height = 25
  1227.         Hint = 'mdOpenGraphicKeep'
  1228.         Caption = 'Open Keep'
  1229.         TabOrder = 3
  1230.         OnClick = cmdOpenKeepClick
  1231.       end
  1232.       object chkUsePalette: TCheckBox
  1233.         Left = 88
  1234.         Top = 128
  1235.         Width = 101
  1236.         Height = 21
  1237.         Hint = 'Utilize Graphic Palette'
  1238.         Caption = 'Use Palette'
  1239.         ParentShowHint = False
  1240.         ShowHint = False
  1241.         TabOrder = 4
  1242.       end
  1243.       object cmdShowGraphic: TButton
  1244.         Left = 20
  1245.         Top = 160
  1246.         Width = 65
  1247.         Height = 25
  1248.         Hint = 'mdShowGraphic'
  1249.         Caption = 'Show'
  1250.         ParentShowHint = False
  1251.         ShowHint = True
  1252.         TabOrder = 5
  1253.         OnClick = cmdShowGraphicClick
  1254.       end
  1255.       object cmdHideGraphic: TButton
  1256.         Left = 100
  1257.         Top = 160
  1258.         Width = 65
  1259.         Height = 25
  1260.         Hint = 'mdHideGraphic'
  1261.         Caption = 'Hide'
  1262.         TabOrder = 6
  1263.         OnClick = cmdHideGraphicClick
  1264.       end
  1265.       object cmdCloseGraphic: TButton
  1266.         Left = 180
  1267.         Top = 160
  1268.         Width = 65
  1269.         Height = 25
  1270.         Hint = 'mdCloseGraphic'
  1271.         Caption = 'Close'
  1272.         TabOrder = 7
  1273.         OnClick = cmdCloseGraphicClick
  1274.       end
  1275.       object txtGrXPos: TEdit
  1276.         Left = 32
  1277.         Top = 204
  1278.         Width = 45
  1279.         Height = 25
  1280.         Hint = 'X Position'
  1281.         TabOrder = 8
  1282.         Text = '0'
  1283.       end
  1284.       object txtGrYPos: TEdit
  1285.         Left = 84
  1286.         Top = 204
  1287.         Width = 45
  1288.         Height = 25
  1289.         Hint = 'Y Position'
  1290.         TabOrder = 9
  1291.         Text = '0'
  1292.       end
  1293.       object txtGrWidth: TEdit
  1294.         Left = 136
  1295.         Top = 204
  1296.         Width = 45
  1297.         Height = 25
  1298.         Hint = 'Display Width'
  1299.         TabOrder = 10
  1300.         Text = '0'
  1301.       end
  1302.       object txtGrHeight: TEdit
  1303.         Left = 188
  1304.         Top = 204
  1305.         Width = 45
  1306.         Height = 25
  1307.         Hint = 'Display Height'
  1308.         TabOrder = 11
  1309.         Text = '0'
  1310.       end
  1311.       object cmdShowGraphicPos: TButton
  1312.         Left = 80
  1313.         Top = 236
  1314.         Width = 105
  1315.         Height = 25
  1316.         Hint = 'mdShowGraphicPos'
  1317.         Caption = 'Show Pos'
  1318.         TabOrder = 12
  1319.         OnClick = cmdShowGraphicPosClick
  1320.       end
  1321.       object txtDispXPos: TEdit
  1322.         Left = 84
  1323.         Top = 268
  1324.         Width = 45
  1325.         Height = 25
  1326.         Hint = 'X Position'
  1327.         TabOrder = 13
  1328.         Text = '0'
  1329.       end
  1330.       object txtDispYPos: TEdit
  1331.         Left = 136
  1332.         Top = 268
  1333.         Width = 45
  1334.         Height = 25
  1335.         Hint = 'Y Position'
  1336.         TabOrder = 14
  1337.         Text = '0'
  1338.       end
  1339.       object cmdDisplayGraphic: TButton
  1340.         Left = 80
  1341.         Top = 300
  1342.         Width = 105
  1343.         Height = 25
  1344.         Hint = 'mdDisplayGraphic'
  1345.         Caption = 'Display'
  1346.         TabOrder = 15
  1347.         OnClick = cmdDisplayGraphicClick
  1348.       end
  1349.       object Button1: TButton
  1350.         Left = 12
  1351.         Top = 56
  1352.         Width = 65
  1353.         Height = 29
  1354.         Caption = 'Button1'
  1355.         TabOrder = 16
  1356.         Visible = False
  1357.         OnClick = Button1Click
  1358.       end
  1359.     end
  1360.     object TTabPage
  1361.       Left = 5
  1362.       Top = 45
  1363.       Caption = 'Cursor'
  1364.       object Label7: TLabel
  1365.         Left = 84
  1366.         Top = 84
  1367.         Width = 29
  1368.         Height = 16
  1369.         Caption = 'Set'
  1370.       end
  1371.       object Label8: TLabel
  1372.         Left = 156
  1373.         Top = 84
  1374.         Width = 38
  1375.         Height = 16
  1376.         Caption = 'Reset'
  1377.       end
  1378.       object pnlCursor: TPanel
  1379.         Left = 112
  1380.         Top = 32
  1381.         Width = 36
  1382.         Height = 34
  1383.         BevelOuter = bvNone
  1384.         BorderStyle = bsSingle
  1385.         TabOrder = 0
  1386.         object imgCursor: TImage
  1387.           Left = 0
  1388.           Top = 0
  1389.           Width = 36
  1390.           Height = 374
  1391.           AutoSize = True
  1392.           Picture.Data = {<image000.bmp>}
  1393.         end
  1394.       end
  1395.       object SpinButton1: TSpinButton
  1396.         Left = 148
  1397.         Top = 32
  1398.         Width = 17
  1399.         Height = 33
  1400.         DownGlyph.Data = {
  1401.           7E040000424D7E04000000000000360400002800000009000000060000000100
  1402.           0800000000004800000000000000000000000000000000000000000000000000
  1403.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
  1404.           A400000000000000000000000000000000000000000000000000000000000000
  1405.           0000000000000000000000000000000000000000000000000000000000000000
  1406.           0000000000000000000000000000000000000000000000000000000000000000
  1407.           0000000000000000000000000000000000000000000000000000000000000000
  1408.           0000000000000000000000000000000000000000000000000000000000000000
  1409.           0000000000000000000000000000000000000000000000000000000000000000
  1410.           0000000000000000000000000000000000000000000000000000000000000000
  1411.           0000000000000000000000000000000000000000000000000000000000000000
  1412.           0000000000000000000000000000000000000000000000000000000000000000
  1413.           0000000000000000000000000000000000000000000000000000000000000000
  1414.           0000000000000000000000000000000000000000000000000000000000000000
  1415.           0000000000000000000000000000000000000000000000000000000000000000
  1416.           0000000000000000000000000000000000000000000000000000000000000000
  1417.           0000000000000000000000000000000000000000000000000000000000000000
  1418.           0000000000000000000000000000000000000000000000000000000000000000
  1419.           0000000000000000000000000000000000000000000000000000000000000000
  1420.           0000000000000000000000000000000000000000000000000000000000000000
  1421.           0000000000000000000000000000000000000000000000000000000000000000
  1422.           0000000000000000000000000000000000000000000000000000000000000000
  1423.           0000000000000000000000000000000000000000000000000000000000000000
  1424.           0000000000000000000000000000000000000000000000000000000000000000
  1425.           0000000000000000000000000000000000000000000000000000000000000000
  1426.           0000000000000000000000000000000000000000000000000000000000000000
  1427.           0000000000000000000000000000000000000000000000000000000000000000
  1428.           0000000000000000000000000000000000000000000000000000000000000000
  1429.           0000000000000000000000000000000000000000000000000000000000000000
  1430.           0000000000000000000000000000000000000000000000000000000000000000
  1431.           0000000000000000000000000000000000000000000000000000000000000000
  1432.           0000000000000000000000000000000000000000000000000000000000000000
  1433.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1434.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  1435.           0303030000000303030300030303030000000303030000000303030000000303
  1436.           0000000000030300000003000000000000000300000003030303030303030300
  1437.           0000}
  1438.         TabOrder = 1
  1439.         UpGlyph.Data = {
  1440.           7E040000424D7E04000000000000360400002800000009000000060000000100
  1441.           0800000000004800000000000000000000000000000000000000000000000000
  1442.           80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
  1443.           A400000000000000000000000000000000000000000000000000000000000000
  1444.           0000000000000000000000000000000000000000000000000000000000000000
  1445.           0000000000000000000000000000000000000000000000000000000000000000
  1446.           0000000000000000000000000000000000000000000000000000000000000000
  1447.           0000000000000000000000000000000000000000000000000000000000000000
  1448.           0000000000000000000000000000000000000000000000000000000000000000
  1449.           0000000000000000000000000000000000000000000000000000000000000000
  1450.           0000000000000000000000000000000000000000000000000000000000000000
  1451.           0000000000000000000000000000000000000000000000000000000000000000
  1452.           0000000000000000000000000000000000000000000000000000000000000000
  1453.           0000000000000000000000000000000000000000000000000000000000000000
  1454.           0000000000000000000000000000000000000000000000000000000000000000
  1455.           0000000000000000000000000000000000000000000000000000000000000000
  1456.           0000000000000000000000000000000000000000000000000000000000000000
  1457.           0000000000000000000000000000000000000000000000000000000000000000
  1458.           0000000000000000000000000000000000000000000000000000000000000000
  1459.           0000000000000000000000000000000000000000000000000000000000000000
  1460.           0000000000000000000000000000000000000000000000000000000000000000
  1461.           0000000000000000000000000000000000000000000000000000000000000000
  1462.           0000000000000000000000000000000000000000000000000000000000000000
  1463.           0000000000000000000000000000000000000000000000000000000000000000
  1464.           0000000000000000000000000000000000000000000000000000000000000000
  1465.           0000000000000000000000000000000000000000000000000000000000000000
  1466.           0000000000000000000000000000000000000000000000000000000000000000
  1467.           0000000000000000000000000000000000000000000000000000000000000000
  1468.           0000000000000000000000000000000000000000000000000000000000000000
  1469.           0000000000000000000000000000000000000000000000000000000000000000
  1470.           0000000000000000000000000000000000000000000000000000000000000000
  1471.           0000000000000000000000000000000000000000000000000000000000000000
  1472.           000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1473.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  1474.           0303030000000300000000000000030000000303000000000003030000000303
  1475.           0300000003030300000003030303000303030300000003030303030303030300
  1476.           0000}
  1477.         OnDownClick = SpinButton1DownClick
  1478.         OnUpClick = SpinButton1UpClick
  1479.       end
  1480.       object cmdCursorSetVC: TButton
  1481.         Left = 60
  1482.         Top = 104
  1483.         Width = 73
  1484.         Height = 25
  1485.         Caption = 'Vid/Ctrl'
  1486.         TabOrder = 2
  1487.         OnClick = cmdCursorSetVCClick
  1488.       end
  1489.       object cmdCursorResetVC: TButton
  1490.         Left = 140
  1491.         Top = 104
  1492.         Width = 73
  1493.         Height = 25
  1494.         Caption = 'Vid/Ctrl'
  1495.         TabOrder = 3
  1496.         OnClick = cmdCursorResetVCClick
  1497.       end
  1498.       object cmdCursorSetV: TButton
  1499.         Left = 60
  1500.         Top = 132
  1501.         Width = 73
  1502.         Height = 25
  1503.         Caption = 'Video'
  1504.         TabOrder = 4
  1505.         OnClick = cmdCursorSetVClick
  1506.       end
  1507.       object cmdCursorResetV: TButton
  1508.         Left = 140
  1509.         Top = 132
  1510.         Width = 73
  1511.         Height = 25
  1512.         Caption = 'Video'
  1513.         TabOrder = 5
  1514.         OnClick = cmdCursorResetVClick
  1515.       end
  1516.       object cmdCursorSetC: TButton
  1517.         Left = 60
  1518.         Top = 160
  1519.         Width = 73
  1520.         Height = 25
  1521.         Caption = 'Control'
  1522.         TabOrder = 6
  1523.         OnClick = cmdCursorSetCClick
  1524.       end
  1525.       object cmdCursorResetC: TButton
  1526.         Left = 140
  1527.         Top = 160
  1528.         Width = 73
  1529.         Height = 25
  1530.         Caption = 'Control'
  1531.         TabOrder = 7
  1532.         OnClick = cmdCursorResetCClick
  1533.       end
  1534.     end
  1535.   end
  1536.   object cmdLite: TButton
  1537.     Left = 88
  1538.     Top = 392
  1539.     Width = 73
  1540.     Height = 25
  1541.     Hint = 'mdOpenLite'
  1542.     Caption = 'OpenLite'
  1543.     ParentShowHint = False
  1544.     ShowHint = True
  1545.     TabOrder = 7
  1546.     OnClick = cmdLiteClick
  1547.   end
  1548.   object cmdCloseAll: TButton
  1549.     Left = 88
  1550.     Top = 424
  1551.     Width = 73
  1552.     Height = 25
  1553.     Hint = 'mdClose'
  1554.     Caption = 'CloseAll'
  1555.     ParentShowHint = False
  1556.     ShowHint = True
  1557.     TabOrder = 8
  1558.     OnClick = cmdCloseAllClick
  1559.   end
  1560.   object cmdStep: TButton
  1561.     Left = 248
  1562.     Top = 392
  1563.     Width = 65
  1564.     Height = 25
  1565.     Hint = 'mdStep'
  1566.     Caption = 'Step'
  1567.     ParentShowHint = False
  1568.     ShowHint = True
  1569.     TabOrder = 9
  1570.     OnClick = cmdStepClick
  1571.   end
  1572.   object cmdStop: TButton
  1573.     Left = 248
  1574.     Top = 424
  1575.     Width = 65
  1576.     Height = 25
  1577.     Hint = 'mdStop'
  1578.     Caption = 'Stop'
  1579.     ParentShowHint = False
  1580.     ShowHint = True
  1581.     TabOrder = 10
  1582.     OnClick = cmdStopClick
  1583.   end
  1584.   object cmdRewind: TButton
  1585.     Left = 320
  1586.     Top = 392
  1587.     Width = 65
  1588.     Height = 25
  1589.     Hint = 'mdRewind'
  1590.     Caption = 'Rewind'
  1591.     ParentShowHint = False
  1592.     ShowHint = True
  1593.     TabOrder = 11
  1594.     OnClick = cmdRewindClick
  1595.   end
  1596.   object cmdRestart: TButton
  1597.     Left = 320
  1598.     Top = 424
  1599.     Width = 65
  1600.     Height = 25
  1601.     Hint = 'mdRestart'
  1602.     Caption = 'Restart'
  1603.     ParentShowHint = False
  1604.     ShowHint = True
  1605.     TabOrder = 12
  1606.     OnClick = cmdRestartClick
  1607.   end
  1608.   object cmdBottom: TButton
  1609.     Left = 128
  1610.     Top = 124
  1611.     Width = 137
  1612.     Height = 33
  1613.     Hint = 'mdSetWinBottom'
  1614.     Caption = 'Send To Bottom'
  1615.     ParentShowHint = False
  1616.     ShowHint = True
  1617.     TabOrder = 13
  1618.     Visible = False
  1619.     OnClick = cmdBottomClick
  1620.   end
  1621.   object optModal: TRadioButton
  1622.     Left = 8
  1623.     Top = 372
  1624.     Width = 69
  1625.     Height = 17
  1626.     Caption = 'Modal'
  1627.     TabOrder = 14
  1628.     OnClick = optModalClick
  1629.   end
  1630.   object optNonModal: TRadioButton
  1631.     Left = 84
  1632.     Top = 372
  1633.     Width = 93
  1634.     Height = 17
  1635.     Caption = 'W/Control'
  1636.     Checked = True
  1637.     TabOrder = 15
  1638.     TabStop = True
  1639.     OnClick = optNonModalClick
  1640.   end
  1641.   object optNoControl: TRadioButton
  1642.     Left = 184
  1643.     Top = 372
  1644.     Width = 129
  1645.     Height = 17
  1646.     Caption = 'W/Out Control'
  1647.     TabOrder = 16
  1648.     OnClick = optNoControlClick
  1649.   end
  1650.   object cmdBrowseVideo: TButton
  1651.     Left = 276
  1652.     Top = 344
  1653.     Width = 65
  1654.     Height = 25
  1655.     Caption = 'Browse'
  1656.     TabOrder = 17
  1657.     OnClick = cmdBrowseVideoClick
  1658.   end
  1659.   object cmdEject: TButton
  1660.     Left = 552
  1661.     Top = 392
  1662.     Width = 73
  1663.     Height = 25
  1664.     Caption = 'Eject'
  1665.     TabOrder = 18
  1666.     OnClick = cmdEjectClick
  1667.   end
  1668.   object cmdUnloadLib: TButton
  1669.     Left = 392
  1670.     Top = 392
  1671.     Width = 81
  1672.     Height = 25
  1673.     Caption = 'Unload Lib'
  1674.     TabOrder = 19
  1675.     OnClick = cmdUnloadLibClick
  1676.   end
  1677.   object cmdLoadLib: TButton
  1678.     Left = 392
  1679.     Top = 424
  1680.     Width = 81
  1681.     Height = 25
  1682.     Caption = 'Load Lib'
  1683.     TabOrder = 20
  1684.     OnClick = cmdLoadLibClick
  1685.   end
  1686.   object Timer1: TTimer
  1687.     Enabled = False
  1688.     OnTimer = Timer1Timer
  1689.   end
  1690.   object clrDialog: TColorDialog
  1691.     Ctl3D = True
  1692.     Options = [cdFullOpen]
  1693.     Left = 28
  1694.   end
  1695.   object popHWND: TPopupMenu
  1696.     Alignment = paCenter
  1697.     Left = 56
  1698.     object mnuHandle: TMenuItem
  1699.       Caption = 'adfgadg'
  1700.     end
  1701.   end
  1702.   object dlgOpen: TOpenDialog
  1703.     DefaultExt = 'bmp'
  1704.     Filter = 'Bitmaps|*.bmp;*.dib'
  1705.     Options = [ofPathMustExist, ofFileMustExist]
  1706.     Left = 84
  1707.   end
  1708.   object dlgVideo: TOpenDialog
  1709.     DefaultExt = 'avi'
  1710.     Filter = 
  1711.       'VfW/Indeo|*.avi|MPEG|*.mpg|DVI (PLV/RTV)|*.avs|Quicktime for Win' +
  1712.       'dows|*.mov|Wave Audio|*.wav'
  1713.     Left = 112
  1714.   end
  1715. end
  1716.